From afbf36f6770c10a6b625c681da3cb69a20265ec2 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 5 Jul 2009 05:14:27 +0000 Subject: [PATCH] * desktop.el (desktop-globals-to-save): Add file-name-history (Bug#2750). --- lisp/ChangeLog | 5 +++++ lisp/desktop.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 337acee1ec3..22213d39b74 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-03-22 Jari Aalto + + * desktop.el (desktop-globals-to-save): Add + file-name-history (Bug#2750). + 2009-07-05 Chong Yidong * add-log.el (add-log-current-defun-header-regexp): Doc diff --git a/lisp/desktop.el b/lisp/desktop.el index a05592317f0..1085356b85f 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -276,7 +276,8 @@ for example." tags-table-list search-ring regexp-search-ring - register-alist) + register-alist + file-name-history) "List of global variables saved by `desktop-save'. An element may be variable name (a symbol) or a cons cell of the form \(VAR . MAX-SIZE), which means to truncate VAR's value to at most -- 2.30.2